Reply to Message
Command Prototype
bRet = Outlook.ReplyToMailMessage(message ,rbody ,rattachments ,replyall)
Command Description
Reply to a message, and return true if succeeds, return false if fails
Parameter Description
- Required Parameter
- message--A Message object in the message list
- rbody--The content of the reply message
- rattachments--Message attachments, can be an array of multiple paths to attachments, or a string of the path to an attachment
- replyall--Whether to include CC in the reply
- return
- bRet--The variable used to save the output of the function call